home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / usr.bin / dcc.rea < prev    next >
Text File  |  1996-11-30  |  3KB  |  81 lines

  1. Directory Commander - dcc
  2. =========================
  3.  
  4.  
  5. Directory Commander is a filemanager for Linux. As model for this project 
  6. I used the Norton Commander. You must not expect that Directory Commander 
  7. is completly equal to his great brother. But a lot of functions are 
  8. implemented.
  9.  
  10. I don't want to give you a large operating manual at this place, instead 
  11. I want to give you some hints to get it run. Just run it and press the 
  12. F1-key and you will get a short description of possible commands.
  13.  
  14. Dcc is a program that uses the functions of the ncurses library. It is 
  15. compiled with ncurses version 0.72 ! Thats why its possible to run it on 
  16. various terminal types. But this means that you have to adapt your terminfo 
  17. file. Terminfo files are normally located in /usr/lib/terminfo. Dcc uses the 
  18. file with the name which is stored in the environment variable TERM.
  19.  
  20. If not exsisting, the following entries you have to add to your terminfo file:
  21.  
  22.       key            terminfo entry 
  23.   
  24.       F1 .. F12      kf1 .. kf12  
  25.       Alt-F3         kf13   
  26.       Alt-F4         kf14         
  27.       Ins            kich1        
  28.       Del            kdch1       
  29.       Home           khome       
  30.       End            kend        
  31.       PgUp           kpp         
  32.       PgDown         knp         
  33.       CursLeft       kcub1       
  34.       CursRight      kcuf1       
  35.       CursUp         kcuu1       
  36.       CursDown       kcud1  
  37.  
  38. You have to add these entries seperated by commas to your file.
  39. This is an example: 
  40.  
  41.     ..., kf1=\E[[A, kf2=\E[[B, ...
  42.  
  43. Afer editing terminfo its necessary to compile it. Just type
  44.  
  45.     tic "name"
  46.  
  47. But before you can do this you have to know the ESC sequences for all the 
  48. keys named above. For this purpos I added the very little program "keycode" 
  49. to this package. It will tell you which code is generated by pressing a 
  50. key at your terminal. 
  51.  
  52. Because most of linuxers use the terminal type console I included it also. 
  53. If you want it please copy this file to /usr/lib/terminfo and compile it.
  54.  
  55. If available dcc uses color capabilities of your terminal ( of course, console 
  56. will give colored output !). But if you use a monochrome monitor ( terminal 
  57. type console with MDA ) you will get a lot of bad stuff on your screen. In 
  58. this case you should run dcc with option -mono.
  59.  
  60.     dcc -mono    forces monochrome mode
  61.  
  62.  To compile the program again just do :  
  63.     
  64.     make clean
  65.     make all
  66.  
  67.  
  68. This program was already successful compiled on a IBM AIX/RISC6000 with
  69. a "hft" terminal. 
  70.  
  71.  
  72. Please mail me if you have problems, if you want to send bug 
  73. reports or criticism.
  74.  
  75. My mail address is 
  76.  
  77.  
  78.     roellig@lumi.rz.htwm.de 
  79. or
  80.     roellig@htwm.de  
  81.